home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Anokee Illuminator / anokeeilluminator.exe / %MAINDIR% / Illuminator.exe / 0 / RCDATA / TFMNAG / TFMNAG.txt < prev   
Encoding:
Text File  |  2002-03-18  |  1019 b   |  51 lines

  1. object fmNag: TfmNag
  2.   Left = 362
  3.   Top = 222
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Anokee Message Window'
  7.   ClientHeight = 264
  8.   ClientWidth = 183
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 179
  24.     Height = 219
  25.     AutoSize = True
  26.     Picture.Data = {<image000.gif>}
  27.   end
  28.   object btYes: TButton
  29.     Left = 10
  30.     Top = 230
  31.     Width = 75
  32.     Height = 25
  33.     Hint = 'Visit Anokee'#39's plug-ins site'
  34.     Caption = '&Yes please'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.   end
  39.   object btNo: TButton
  40.     Left = 98
  41.     Top = 230
  42.     Width = 75
  43.     Height = 25
  44.     Hint = 'Close this window and start using Illuminator'
  45.     Cancel = True
  46.     Caption = '&No thanks'
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50. end
  51.